Yonomesh is a small, developer-focused publisher that maintains a concise line-up of lightweight networking utilities built for command-line power users and infrastructure engineers. The company’s single public title, loo, exemplifies its philosophy: provide a single-purpose, cross-platform DNS query tool that is faster to invoke than traditional dig or nslookup wrappers and that returns results in a clean, machine-readable JSON format. Typical use cases include automated health checks inside CI pipelines, quick propagation verification during CDN cut-overs, integration with PowerShell or Bash scripts that need to test multiple record types in sequence, and ad-hoc troubleshooting by sysadmins who want to avoid spinning up heavier network suites. By concentrating on DNS resolution only, loo keeps its binary footprint minimal and its startup time near-instant, making it convenient for containerized sidecars, remote task runners, and portable toolkits carried on USB drives. The utility supports A, AAAA, CNAME, MX, TXT, PTR, SRV and SOA lookups, can hit either system or custom name-servers, and respects the EDNS buffer size flags, yet it ships as a single executable with no external dependencies. All source code is hosted transparently on GitHub, where pull requests and feature suggestions are reviewed quickly, ensuring that the tool tracks emerging DNS standards such as DoH and DoT in subsequent patch releases. Yonomesh software, including loo, is available free of charge on get.nero.com, with downloads delivered through trusted Windows package sources like winget that always fetch the latest build and allow batch installation alongside other utilities.

loo

DNS Query Tool

Details